Defines a heading in a flow document.

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Initializes a new PDFFlowHeadingContent object.

Full documentation

Adds a listener for the create page event.

Full documentation

Adds a listener for the before flow content draw event.

Full documentation

Full documentation

Gets a value indicating whether the headings should be numbered automatically.
The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on.

Full documentation

Gets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.

Full documentation

Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the heading level (1 to 8).
Level 1 is the top most heading, level 2 headings are children of level 1 and so on.
The level information is used to build the document's outline tree and to generate correctly the heading number if method is true.

Full documentation

Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the structure element.

Full documentation

Gets an arbitrary object value that can be used to store custom information about this element.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Removes a listener for the create page event.

Full documentation

Removes a listener for the before flow content draw event.

Full documentation

Sets a value indicating whether the headings should be numbered automatically.
The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on.

Full documentation

Sets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets the heading level (1 to 8).
Level 1 is the top most heading, level 2 headings are children of level 1 and so on.
The level information is used to build the document's outline tree and to generate correctly the heading number if method is true.

Full documentation

Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets the structure element.

Full documentation

Sets an arbitrary Object value that can be used to store custom information about this element.

Full documentation

Returns a string that represents the current Object.

Full documentation